@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Nunito|Oswald|Poppins|Rubik|Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

html {
    overflow: hidden;
}

p {
    margin: 0 !important;
}

._overcast_ {
    
    z-index: -2;

    margin-left: -288px;
    margin-top: -800px;

    position: absolute;
    width: 1920px;
    height: 1080px;
}

.character_undercast {

    position: absolute;
    background-color: #3b444e;

    z-index: -1;
    top: 57%;
    left: 64.8%;
    transform: translate(-50%, -50%);
    width: 10000px;
    height: 10000px;  
    cursor: not-allowed;
}

.main-container {
    display: none;
    cursor: default;
    width: 70vw;
    margin: auto;
    position: relative;
    top: 35vh; 
}

.logga {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 50.3%;
    top: 8%;
    transform: translate(-50%, -110%)
}

.character-container {
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;

    left: 0;
    top: 0;
    right: 0;
    margin-left: 260px;
}

.hr_top {
    margin-top: 4px;
    margin-left: -5px;
    margin: 6px;
    border-top: 1px solid #eee;
}

.over_characters {
    margin: 10px;
    z-index: 99999;
    border-top: 1px solid #eee;
}

.character-box {
    color: #eee;
    box-shadow: rgba(0, 0, 0, 0.815);
    background-color: rgba(20, 20, 20, 0.192);
    text-align: center;
    
    width: 350px;
    height: 355px;
    border-radius: 20px;
    margin: -40px;
    margin-left: -250px;
    margin-top: 260px;
    
    cursor: pointer;
}

.character-info {
    color: #eee;
    text-align: left!important;
    text-indent: 12px;
    line-height: 25px;
    margin-left: 1px;
}

.character-info-new {
    color: #eee;
    font-weight: 400;
    text-indent: 12px;
    margin-left: 1px;
}

.character-fullname {
    font-size: 18px;
    margin-top: 25px;
    text-align: left;
    text-indent: 12px;
    letter-spacing: 3px;
}

.buttons {
    margin-top: 215px;
    margin-left: -140px;
    z-index: 9999;
}

.buttons button {
    padding: 8px;
    width: 90px;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    margin: 5px;
    cursor: pointer;
}

.buttons #play-char {
    background: darkgreen;
    border: none;
    color: #eee;
    border-radius: 10px;
}

.buttons #delete {
    background: darkred;
    border: none;
    color: #eee;
    border-radius: 10px;
}

.buttons #play-char:hover {
    transform: scale(105%);
    transition: 0.1s;
}

.buttons #delete:hover {
    transform: scale(105%);
    transition: 0.1s;
}

.character-buttons {
    display: none;
}

.border-buttons {
    position: relative;
}

.btn {
    background: 0;
    outline: 0;
    font-weight: bold;
}

.btn-play {
    color: #eee;

    margin-left: 502px;
    margin-top: -120px;

    width: 150px;
    height: 45px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    background-color: rgb(10, 10, 10);
    transition: 0.1s;
}

.btn-delete {
    color: #eee;

    margin-left: 700px;
    margin-top: -120px;

    width: 150px;
    height: 45px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    background-color: #3b444e;
    transition: 0.1s;
}

.btn-play:hover {
    transform: scale(102%);
    transition: 0.1s;
}

.btn-delete:hover {
    transform: scale(102%);
    transition: 0.1s;
}

.choose-location {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #3b444e;
}

.choose-location #back {
    border: 0px solid rgba(20, 20, 20, 0.192);
    background-color: rgba(20, 20, 20, 0.192);
    color: white;
    outline: none;
    font-size: 22px;
    width: 120px;
    height: 60px;
    position: absolute;
    border-radius: 10px;
    left: 30px;
    top: 30px;
    transition: 0.2s;
}

.choose-location #back:hover {
    transform: scale(105%);
    transition: 0.2s;
}

.choose-location .locations {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.choose-location .locations .header {
    text-align: center;
    color: white;
    font-size: 30px;
}

.choose-location .locations hr {
    background: rgb(255, 255, 255);
    border: 0.87px solid rgba(26, 26, 26, 0);
    width: 140%;
    position: absolute;
    border-radius: 5px;
    top: 6.5%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.choose-location .locations button {
    border: 0px solid rgba(20, 20, 20, 0.192);
    background-color: rgba(20, 20, 20, 0.192);
    color: white;
    outline: none;
    margin-top: 10px;
    font-size: 28px;
    border-radius: 15px;
    width: 380px;
    height: 80px;
    display: block;
    transition: 0.2s;
}

.choose-location .locations button:hover {
    transform: scale(105%);
    transition: 0.2s;
}